# Important:
	If you want to make your own templates just copy the html file you want
	to use as template for it,
	and rename it to eg. "my_special.html", and edit the files as you like.
	next time you enter wife and hit any "file" button you can select what
	template it should use.
	You Can Also Copy The Description File And Edit What Should Be Shown In Wife For That Template.
	
	
# Available Keywords:

# Language Dependent
	
	VAR_lGENERALINFO	"General Info" In Selected Language
	VAR_lNAME		"Name" In Selected Language
	VAR_lNUMBER		"Number" In Selected Language
	VAR_lFORMAT		"Format" In Selected Language
	VAR_lFPS		"Fps" In Selected Language
	VAR_lDROP		"Drop Frame" In Selected Language
	VAR_lLOCATION		"Location" In Selected Language
	VAR_lWEBACCESS		"Web Access" In Selected Language
	VAR_lCLIENT		"Client" In Selected Language
	VAR_lNOTE		"Note" In Selected Language
	VAR_lCREATEDBY		"Created By" In Selected Language
	VAR_lMODIFIEDBY		"Modified By" In Selected Language
	VAR_lTITLE		"Title" In Selected Language
	VAR_lIN			"In" In Selected Language
	VAR_lOUT		"Out" In Selected Language
	VAR_lDUR		"Dur" In Selected Language
	VAR_lAUDIO		"Audio" In Selected Language
	VAR_lENTRIES		"Entries" In Selected Language
	VAR_lCLIP		"Clip" In Selected Language
		
	
	
	
# Insert And Others Keys
	INSERT_ELEMENT_ARRAYS	This Is Where All Booking Elements Gets Inserted
	VAR_CHARSET		Character set (encoding format) for the html cp1252
	VAR_DOC_TITLE		Title Of The Document (shown in top of browser)	
	
							
# Tape Info
	
	VAR_NAME		Name
	VAR_NUMBER		Number
	VAR_FORMAT		Format
	VAR_FPS			Frames Per Second
	VAR_DROP		Drop Frame (Yes / No)
	VAR_CLIENT		Client
	VAR_LOCATION		Location
	VAR_HTTPACCESS		If Client has http access (Yes / No)
	VAR_NOTE		Note
	VAR_CREATEDBY		Name Of User That Created The Tape
	VAR_MODIFIEDBY		Name Of User That Last Modified The Tape
		
	# Customs Shows Up As A Javascript List  =
	VAR_CUSTOM_LABELS = Name Of Custom
	VAR_CUSTOM_VALUES = Value Of Custom
	
	
	
	
# Entry Main Info
	
	# All The Following Are JavaScript Lists
	entries_title		All The Titles
	entries_in		All The Ins
	entries_out		All The Outs
	entries_dur		All The Durs
	entries_audio		All The Audio
	entries_note		All The Notes
	entries_custom		All The Custom Fields (see default.html for better understanding, here wife insert needed elems)
	
	entries_clipexists	if a clip exists
	entries_clipproxy	jpg to show as proxy
	entries_clipreq		req url to play the clip
	